PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableFormXObjectCell Class / setFormXObjectWidth Method
The width of the form XObject displayed in the cell.
In This Topic
    setFormXObjectWidth Method
    In This Topic
    Sets the form XObject width.
    If this value is 0, the width is computed automatically based on form XObject height in order to keep the original form XObject aspect ratio.
    Syntax
    public void setFormXObjectWidth( 
       double width
    )

    Parameters

    width
    The width of the form XObject displayed in the cell.
    See Also